summaryrefslogtreecommitdiff
path: root/src/map/irc.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-543/+543
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-0/+1
2006-11-17* Fixed potential crash in IRC processing message with '%' using *printf.Lance1-2/+3
2006-08-29- Added printing out whenever the irc-module attempts to connect, to debug wh...skotlex1-1/+6
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-27/+27
2006-07-19- Fixed parse_names on irc.c crashing when receiving a null argument.skotlex1-4/+4
2006-06-22- Tested and fixed resolve_hostbyname.skotlex1-30/+2
2006-06-13- Added irc_channel_pass setting and prevent crashing when irc server lookup ...skotlex1-2/+11
2006-05-29[Optimized] Lance1-1/+1
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-2/+2
2006-04-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6171 54...Zido1-0/+1
2006-04-18- IRC Bot can now auto-join when kicked from the channelZido1-0/+10
2006-04-18- Added @who to IRC Bot, Refer to changelog.Zido1-1/+18
2006-04-17Refer to changelogZido1-3/+2
2006-04-17- Added @users command to the IRC Bot. Checks no. online users.Zido1-8/+21
2006-04-11- Fixed various include lines in the map server (of the type <include "nullpo...skotlex1-1/+1
2006-04-08- The IRC bot now reads a configuration file (irc.c) instead of it all being ...Zido1-1/+54
2006-04-08- Fixed irc.c, no more crashesZido1-23/+33
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex1-1/+1
2006-04-07- IRC User access levels now refresh on a mode set and join/partZido1-0/+19
2006-04-07- Fixed an already free'd pointer error in irc.c:144skotlex1-4/+1
2006-04-06Accidently left my IRC info in irc.c >.> we really need to make a .conf for it.Zido1-4/+4
2006-04-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54...Zido1-15/+140
2006-04-01* Fixed compiler warnings.Lance1-2/+0
2006-03-31Started work on commands for the IRC Bot.zido1-0/+16
2006-03-30* Cleaned up mistakes in irc.cLance1-13/+7
2006-03-22- Some cleanups in irc.cskotlex1-1/+7
2006-03-21- Fixed the inf2 for BA_DISSONANCEskotlex1-3/+3
2006-03-15* Emulated strtok_r functions to work strictly with ANSI compilers.Lance1-5/+11
2006-02-18- Cleaned up irc.c (moved variable declarations before code commants >.>)skotlex1-10/+14
2006-02-17- Modified the included files in irc.c, used as reference the includes in com...skotlex1-4/+17
2006-02-16- Fixed the include in irc.c from strings.h to string.h, which fixes a bunch ...skotlex1-1/+1
2006-02-11Removed #include <lcms.h> from irc.c, which caused compile errors.Valaris1-1/+0
2006-02-10 * Removed the conf sql code for now. Maybe will continue later with that pr...Valaris1-2/+2
2006-02-06- Added define clif_deadsit to send the dead state into player packets if the...skotlex1-2/+2
2006-02-05git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5202 54...Valaris1-0/+275