Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | fix for an error message text | George Hazan | |
2017-02-10 | Facebook: correct status names capitalization | dartraiden | |
2017-02-10 | StatusManager: text tuning | dartraiden | |
2017-02-10 | fix double space | dartraiden | |
2017-02-10 | langpacks/russian: update | dartraiden | |
2017-02-09 | fix for the history export in h++ | George Hazan | |
2017-02-08 | Discord: support for changing nick names in chats | George Hazan | |
2017-02-08 | Merge branch 'master' of https://github.com/miranda-ng/miranda-ng | Tobias Weimer | |
2017-02-08 | Scriver | Tobias Weimer | |
- Double declaration removed | |||
2017-02-08 | no need in that blablabla | George Hazan | |
2017-02-07 | Discord: ability to join & leave guilds on the fly | George Hazan | |
2017-02-07 | crash fix | George Hazan | |
2017-02-07 | code cleaning | George Hazan | |
2017-02-07 | support for the guild chat nicks | George Hazan | |
2017-02-07 | if a user's nick is skipped, we try to restore it from the users list | George Hazan | |
2017-02-07 | warning fixes | George Hazan | |
2017-02-07 | rest of ANSI macros removed | George Hazan | |
2017-02-07 | code cleaning | George Hazan | |
2017-02-06 | strange hand-made array removed | George Hazan | |
2017-02-06 | fix for an array bounds overflow | George Hazan | |
2017-02-06 | - fix for a possible memory leak; | George Hazan | |
- enhanced debug info | |||
2017-02-06 | Discord: file transfer succeeded | George Hazan | |
2017-02-06 | fix for adding duplicate headers | George Hazan | |
2017-02-06 | Add pubkey log to avatar transfer initiation for debugging. | LittleVulpix | |
This helps in case we get spammed with avatar requests - to see which tox is causing it. example of spam: [06:48:45 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:45 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:46 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:46 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:48:54 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:48:54 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:03 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:03 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:12 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:12 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:21 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:21 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:30 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:30 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled [06:49:39 1E30] [FoxyToxy] CToxProto::OnFriendFile: incoming avatar (65536) from (0) [06:49:39 1E30] [FoxyToxy] CToxProto::CancelTransfer: Transfer (65536) is canceled | |||
2017-02-06 | VKontakte: remove unneeded thread | ElzorFox | |
2017-02-06 | Msg_Export: Fix opening/closing progress dialog | Robert Pösel | |
2017-02-06 | Msg_Export: Fix progress dialog processing | Robert Pösel | |
2017-02-06 | Msg_Export: Don't block whole Miranda during export | Robert Pösel | |
2017-02-06 | Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609) | Robert Pösel | |
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage. This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before). | |||
2017-02-06 | Msg_Export: Allow entering "0" for no limit of line width | Robert Pösel | |
2017-02-06 | Msg_Export: Optimize checking ignored contacts/protocols (addresses #609) | Robert Pösel | |
Makes export about 20% faster. | |||
2017-02-05 | Msg_Export: Optimize exporting all history (fixes #609) | Robert Pösel | |
Makes export about 10x faster. | |||
2017-02-05 | Facebook: Pages contacts should be "invisible", not "online" | Robert Pösel | |
2017-02-05 | proper fix for UINs in auth dialogs | George Hazan | |
2017-02-05 | fix for the incorrect UIN assignment | George Hazan | |
2017-02-04 | modified icons for Discord | George Hazan | |
2017-02-04 | fix for launching Account Manager many times | George Hazan | |
2017-02-04 | Discord: correct status mapping for ID_STATUS_AWAY | George Hazan | |
2017-02-03 | README: add Discord | dartraiden | |
2017-02-03 | first attempt to implement file transfers | George Hazan | |
2017-02-03 | no need in libcurl | George Hazan | |
2017-02-03 | . | George Hazan | |
2017-02-03 | avatar code adapted for new core functions (mime types) | George Hazan | |
2017-02-03 | we mark all contacts as offline after a protocol goes offline | George Hazan | |
2017-02-03 | mime type standardization | George Hazan | |
2017-02-03 | . | George Hazan | |
2017-02-03 | VKontakte: ignore ‘Access denied: can't set typing activity for this ↵ | ElzorFox | |
peer’ error | |||
2017-02-02 | - code cleaning; | George Hazan | |
- version bump | |||
2017-02-02 | Discord: message formatting now includes the list of attachments (if present) | George Hazan | |
2017-02-02 | fix for the initial presence processing | George Hazan | |