Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | Passport 3.0 authentication turns out to be slightly different from what | Wilmer van der Gaast | 2010-05-15 | -1/+3 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the msnpiki MSNP13 doc says and stuff is breaking now. This should fix the main problem now. | ||||
* | | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-13 | -27/+22 | |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Stop those "Many switchboard failures" messages. No point in showing them | Wilmer van der Gaast | 2010-05-11 | -27/+22 | |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unless the lost switchboard actually had something queued. | ||||
* | | | | | | | | | Safety check for yesterday's fixes: Double-check that a groupchat struct | Wilmer van der Gaast | 2010-05-09 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't claimed already. | ||||
* | | | | | | | | | Create the struct groupchat early on in msn_chat_with() so the new chat | Wilmer van der Gaast | 2010-05-09 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup method works properly. | ||||
* | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-03 | -2/+60 | |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge msn-keepalive, a nice hack (not yet documented) which sends keepalives | Wilmer van der Gaast | 2010-04-16 | -9/+66 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to switchboards with offline contacts. This is meant as a work-around for the current lack of support for offline messaging. | ||||
| | * | | | | | | | | Be more clever with keepalives; detect when a switchboard is opened with | Wilmer van der Gaast | 2010-04-10 | -17/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone who's offline already. Still a hack but it eases the pain a little bit. | ||||
| | * | | | | | | | | First stab at MSN keepalives. | Wilmer van der Gaast | 2010-04-10 | -9/+48 | |
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only kicks in if the user goes offline during a conversation. | ||||
* | | | | | | | | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -40/+75 | |
|\| | | | | | | | | |||||
| * | | | | | | | | Check MSN display names given by the server for UTF-8-correctness before | Wilmer van der Gaast | 2010-04-07 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using them since invalid XML ending up in user configs can get very ugly. | ||||
| * | | | | | | | | Added local_display_name setting for MSN accounts and some hopefully clever | Wilmer van der Gaast | 2010-03-29 | -40/+67 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user. | ||||
* | | | / / / / | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -4/+8 | |
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again. | ||||
* | | | | | | | Small cleanup. The max_packet_size variable doesn't seem to be read | Wilmer van der Gaast | 2010-03-17 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anywhere, and reworked string handling in ft_listen() a little bit. | ||||
* | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -72/+76 | |
|\| | | | | | | |||||
| * | | | | | | Fix for bug #536: No longer fail on corrupted USR responses with certain | Wilmer van der Gaast | 2010-03-14 | -9/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters in the friendly name. | ||||
| * | | | | | | Adding a few consts and other misc fixes from bug #431. Doing this via a | Wilmer van der Gaast | 2010-03-14 | -3/+7 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch. | ||||
| | * | | | | | | Some const/etc cleanups submitted by domen@coderock.org back in bug #431. | Wilmer van der Gaast | 2010-03-14 | -3/+7 | |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Fixed an "off-by -1" bug in msn_findheader() that could probably be triggered | Wilmer van der Gaast | 2010-03-10 | -3/+3 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | by incoming messages without headers. | ||||
| * | | | | | Put AWY at the beginning of the list since it's used as a fallback. | Wilmer van der Gaast | 2010-03-06 | -1/+1 | |
| | | | | | | |||||
| * | | | | | MSN module updated to deal with the new API. Not many changes since it | Wilmer van der Gaast | 2010-03-06 | -41/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup. | ||||
| * | | | | | A few fixes for bugs that caused coredumps on testing.bitlbee.org (or | Wilmer van der Gaast | 2009-12-17 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | caught my attention in new compiler warnings). | ||||
| * | | | | | Committing some >1y old change. This seems to fix a small leak in the MSN | Wilmer van der Gaast | 2009-12-07 | -15/+20 | |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | mail notification handler. | ||||
* | | | | | No functional changes, just some style "fixes". Although I admit I'm | Wilmer van der Gaast | 2009-12-13 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/ | ||||
* | | | | | Added conf entries and lib/ftutil.[ch]. | ulim | 2008-08-12 | -64/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet). | ||||
* | | | | | copied ulibc/BSD ifdefs over to invitation.c. | ulim | 2008-08-11 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I'll have to move these to a generic header file eventually. | ||||
* | | | | | Added MSN file transfer of type MSNFTP. | ulim | 2008-08-11 | -57/+797 | |
|/ / / / | | | | | | | | | | | | | | | | | Transfer is direct and the sender can not be firewalled. | ||||
* | | | | Added msn_sb_write_msg() (patch from ulim). | Wilmer van der Gaast | 2008-08-10 | -58/+51 | |
| | | | | |||||
* | | | | Microsoft, I hate you. | Wilmer van der Gaast | 2008-08-02 | -197/+207 | |
| | | | | |||||
* | | | | Reverting to the old MSN/Passport authentication mechanism, the new one | Wilmer van der Gaast | 2008-07-31 | -207/+197 | |
|/ / / | | | | | | | | | | | | | is "broken". (Bug #439) | ||||
* | | | Fixed two memory leaks in the MSN module. | Wilmer van der Gaast | 2008-06-29 | -3/+20 | |
| | | | |||||
* | | | Now checking if msn_sb_create() returns NULL. This is very unlikely, but | Wilmer van der Gaast | 2008-04-21 | -3/+21 | |
| | | | | | | | | | | | | | | | can happen if we run out of file descriptors, for example. | ||||
* | | | Don't automatically enable MSN debugging messages for debugging builds. | Wilmer van der Gaast | 2008-04-08 | -1/+1 | |
| | | | |||||
* | | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | ||||
* | | | Automatically truncate MSN passports to 16 characters because that's the | Wilmer van der Gaast | 2008-02-17 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | maximum supported by MSN and giving a longer password will make the authentication fail. | ||||
* | | | Replaced old MSN Passport (v1.4) authentication code with what's described on | Wilmer van der Gaast | 2008-02-17 | -196/+200 | |
| |/ |/| | | | | | | | | | | | | | http://msnpiki.msnfanatic.com/index.php/MSNP13:SOAPTweener . This was an attempt to fix bug #360, but it didn't. However, this change may make BitlBee a little bit more future-proof. Plus, the code is tidier and sometimes faster than the old mechanism. | ||||
* | | Merge from Jelmer. | Wilmer van der Gaast | 2008-02-16 | -1/+1 | |
|\ \ | |||||
| * | | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -1/+1 | |
| | | | |||||
* | | | Disabling "Unknown command" warnings since they're very noisy and pretty | Wilmer van der Gaast | 2008-02-03 | -2/+2 | |
| |/ |/| | | | | | | | pointless. | ||||
* | | When a switchboard connection dies (at the TCP level) and there are still | Wilmer van der Gaast | 2008-01-12 | -5/+48 | |
|/ | | | | | | | | | | | queued messages, they will now be moved back to the main queue and a new sb will be created to try to send the messages again. I hope this will solve some/most/all of the "Closing switchboard with unsent messages" problems, but can't be sure since this problem isn't very easy to reproduce. At least it should solve the ones caused by keeping spare switchboards around. Also enabling switchboard debugging output if configured with --debug=1, at least for now this will be useful. | ||||
* | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -1/+1 | |
| | | | | | in upper case while "Error:" wasn't .... that doesn't really make sense. | ||||
* | Changed warning message about unsent MSN messages. It should show the actual | Wilmer van der Gaast | 2008-01-06 | -50/+42 | |
| | | | | | message(s) now. | ||||
* | Added "mail_notifications" setting. Who needs those notifications anyway? | Wilmer van der Gaast | 2008-01-05 | -2/+4 | |
| | | | | | Closes: #338. | ||||
* | Added handling of MSN switchboard NAK messages. Untested, but hey, it | Wilmer van der Gaast | 2008-01-05 | -0/+11 | |
| | | | | | compiles! (And it's pretty trivial...) | ||||
* | Added /invite support for Jabber chatrooms (and fixed the argument order | Wilmer van der Gaast | 2007-12-09 | -1/+1 | |
| | | | | | to chat_invite). | ||||
* | Merging from devel. Added documentation for the join_chat command, adding | Wilmer van der Gaast | 2007-07-06 | -0/+1 | |
|\ | | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff). | ||||
| * | Merge from Jelmer (mainly unit testing things). | Wilmer van der Gaast | 2007-07-01 | -0/+1 | |
| |\ | |||||
| | * | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+1 | |
| | | | |||||
* | | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -1/+1 | |
|/ / | | | | | | | | | Just don't use this, you're really not going to like it. :-) | ||||
* | | Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap | Wilmer van der Gaast | 2007-04-20 | -1/+1 | |
| | | | | | | | | | | too. |