Age | Commit message (Expand) | Author | Files | Lines |
2007-06-01 | Fixed ircbot not processing new users | ultramage | 1 | -196/+166 |
2007-05-25 | Reformatting, warning fixes, unsigned char removal | ultramage | 1 | -1/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -1/+2 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -1/+0 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -6/+12 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -6/+6 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-05 | typos: recieve -> receive | ultramage | 1 | -1/+1 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -1/+1 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 1 | -2/+2 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -1/+1 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -4/+2 |
2007-02-07 | Cleaning up of the socket code | ultramage | 1 | -0/+6 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -27/+27 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -543/+543 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 1 | -0/+1 |
2006-11-17 | * Fixed potential crash in IRC processing message with '%' using *printf. | Lance | 1 | -2/+3 |
2006-08-29 | - Added printing out whenever the irc-module attempts to connect, to debug wh... | skotlex | 1 | -1/+6 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -27/+27 |
2006-07-19 | - Fixed parse_names on irc.c crashing when receiving a null argument. | skotlex | 1 | -4/+4 |
2006-06-22 | - Tested and fixed resolve_hostbyname. | skotlex | 1 | -30/+2 |
2006-06-13 | - Added irc_channel_pass setting and prevent crashing when irc server lookup ... | skotlex | 1 | -2/+11 |
2006-05-29 | [Optimized] | Lance | 1 | -1/+1 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -2/+2 |
2006-04-18 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6171 54... | Zido | 1 | -0/+1 |
2006-04-18 | - IRC Bot can now auto-join when kicked from the channel | Zido | 1 | -0/+10 |
2006-04-18 | - Added @who to IRC Bot, Refer to changelog. | Zido | 1 | -1/+18 |
2006-04-17 | Refer to changelog | Zido | 1 | -3/+2 |
2006-04-17 | - Added @users command to the IRC Bot. Checks no. online users. | Zido | 1 | -8/+21 |
2006-04-11 | - Fixed various include lines in the map server (of the type <include "nullpo... | skotlex | 1 | -1/+1 |
2006-04-08 | - The IRC bot now reads a configuration file (irc.c) instead of it all being ... | Zido | 1 | -1/+54 |
2006-04-08 | - Fixed irc.c, no more crashes | Zido | 1 | -23/+33 |
2006-04-08 | - Added function status_change_init to initialize all the sc timers. Added sc... | skotlex | 1 | -1/+1 |
2006-04-07 | - IRC User access levels now refresh on a mode set and join/part | Zido | 1 | -0/+19 |
2006-04-07 | - Fixed an already free'd pointer error in irc.c:144 | skotlex | 1 | -4/+1 |
2006-04-06 | Accidently left my IRC info in irc.c >.> we really need to make a .conf for it. | Zido | 1 | -4/+4 |
2006-04-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54... | Zido | 1 | -15/+140 |
2006-04-01 | * Fixed compiler warnings. | Lance | 1 | -2/+0 |
2006-03-31 | Started work on commands for the IRC Bot. | zido | 1 | -0/+16 |
2006-03-30 | * Cleaned up mistakes in irc.c | Lance | 1 | -13/+7 |
2006-03-22 | - Some cleanups in irc.c | skotlex | 1 | -1/+7 |
2006-03-21 | - Fixed the inf2 for BA_DISSONANCE | skotlex | 1 | -3/+3 |
2006-03-15 | * Emulated strtok_r functions to work strictly with ANSI compilers. | Lance | 1 | -5/+11 |
2006-02-18 | - Cleaned up irc.c (moved variable declarations before code commants >.>) | skotlex | 1 | -10/+14 |
2006-02-17 | - Modified the included files in irc.c, used as reference the includes in com... | skotlex | 1 | -4/+17 |
2006-02-16 | - Fixed the include in irc.c from strings.h to string.h, which fixes a bunch ... | skotlex | 1 | -1/+1 |
2006-02-11 | Removed #include <lcms.h> from irc.c, which caused compile errors. | Valaris | 1 | -1/+0 |
2006-02-10 | * Removed the conf sql code for now. Maybe will continue later with that pr... | Valaris | 1 | -2/+2 |
2006-02-06 | - Added define clif_deadsit to send the dead state into player packets if the... | skotlex | 1 | -2/+2 |
2006-02-05 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5202 54... | Valaris | 1 | -0/+275 |