aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Expand)AuthorAgeLines
* Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;)ulim2008-08-10-1/+1
|\
| * Added ceiling to auto-reconnect delay, changed the default to 5*3<900 andWilmer van der Gaast2008-08-10-1/+1
| * Simple exponential backoff code. Have to add a maximum delay setting,Wilmer van der Gaast2008-08-06-1/+1
* | merged in upstream r410.ulim2008-08-04-1/+6
|\|
| * Merging changes from Jelmer: It's now possible to cross-compile a WindowsWilmer van der Gaast2008-06-30-0/+1
| |\
| | * Fix undefined references.Jelmer Vernooij2008-06-10-0/+1
| * | Added the DEAF command, which makes the daemon stop listening for newWilmer van der Gaast2008-06-29-1/+5
| |/
* | ulibc support, fixes "Invalid SOCKS5 Connect message" problemulim2008-05-04-3/+0
* | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-111/+186
|\|
| * Changed root nicknames are now saved. (Bug #378)Wilmer van der Gaast2008-04-05-0/+1
| * Rearranged some event handling code.Wilmer van der Gaast2008-04-02-5/+8
| * Reordered irc_free() a little bit, hoping that this will fix a crash-on-quitWilmer van der Gaast2008-04-02-55/+56
| * Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-03-30-23/+79
| * Be more liberal with accepted line endings. ERC on Windows likes to useWilmer van der Gaast2008-03-29-28/+26
| * Closing bug #209: The PASS command can now be used to identify yourselfWilmer van der Gaast2008-03-29-1/+16
| * Fixed handling of "set charset none". Fixes bug #373.Wilmer van der Gaast2008-03-21-3/+4
* | Merged with upstream r328ulim2008-02-15-15/+18
|\|
| * Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks toWilmer van der Gaast2008-02-07-2/+2
| * Added help_free() and cleaned up some very stale help-related stuff IWilmer van der Gaast2008-02-02-11/+0
| * Different handling of charset mismatches before login time. Ignoring aWilmer van der Gaast2008-01-13-1/+15
| * More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
* | Merged in current develulim2007-12-04-3/+14
|\|
| * Added charset checks on incoming msgs (from the IRC side) to prevent possibleWilmer van der Gaast2007-12-02-3/+14
* | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-1/+15
|/
* Fixed NULL pointer dereference (in printf) when connected to a non-socketWilmer van der Gaast2007-11-19-10/+5
* Merging /TOPIC code from Miklos Vajna. Untested, because I still have toWilmer van der Gaast2007-11-19-11/+6
* Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-47/+29
|\
| * Merging from Jelmer.Wilmer van der Gaast2007-11-05-46/+28
| |\
| | * Fix indentation.Jelmer Vernooij2007-10-18-11/+11
| | * Use standard functions for dealing with both IPv6 and IPv4. Jelmer Vernooij2007-10-18-48/+18
| * | s/FAQ's/FAQs/Wilmer van der Gaast2007-10-30-1/+1
| |/
* | Merge from devel.Wilmer van der Gaast2007-10-12-2/+3
|\|
| * Made the netsplit-like quit messages optional.Wilmer van der Gaast2007-10-10-1/+2
| * Made UTF-8 the new default charset. This is the default on pretty much everyWilmer van der Gaast2007-09-01-1/+1
* | Fixed irc_chat_by_channel() to not break if using multiple IM accountsWilmer van der Gaast2007-06-14-3/+11
* | Got rid of one HORRIBLE stupidity called chat_by_channel(), which stillWilmer van der Gaast2007-04-22-3/+19
|/
* Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crapWilmer van der Gaast2007-04-20-1/+1
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-3/+3
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-3/+2
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-1/+1
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-21/+21
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-4/+4
* Preventing infinite loop while cleaning up accounts in irc_free(). Closes #245.Wilmer van der Gaast2007-02-18-1/+6
* Disabling little optimization in irc.c because it can't be done safely inWilmer van der Gaast2006-10-31-2/+5
* Added message on successful creation of accounts and fixed "set password"Wilmer van der Gaast2006-08-25-1/+3
* Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-2/+2
* Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-1/+0
* Fixed a broken call to set_get() (CRASH), shut up a compiler warning inWilmer van der Gaast2006-07-15-1/+1
* Merging from main.Wilmer van der Gaast2006-07-14-19/+26
|\
| * Better handling of situations where IPv6 is not available at run-time.Wilmer van der Gaast2006-07-11-19/+22