Age | Commit message (Expand) | Author | Files | Lines |
2008-06-16 | * Made the socket limit not be set in cygwin, which has bogus behavior. (bugr... | FlavioJS | 1 | -2/+9 |
2008-06-09 | * Added experimental code to set the socket limit at runtime. | FlavioJS | 1 | -0/+21 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -1/+1 |
2008-02-27 | Altered socket code to do a graceful connection shutdown when exiting. | ultramage | 1 | -3/+2 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -12/+0 |
2008-02-19 | * Forgotten update to the definition of script command 'input'. | FlavioJS | 1 | -0/+1 |
2008-02-17 | Reverting r12212. As expected, Linux is incompatible. | ultramage | 1 | -0/+6 |
2008-02-17 | Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ... | ultramage | 1 | -4/+0 |
2008-02-03 | Added a missing client update when the mute status is manually cancelled by a GM | ultramage | 1 | -1/+1 |
2008-01-29 | - Cleaned socket.c to use flag.server when detecting inter-server connections. | skotlex | 1 | -14/+5 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -6/+6 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 1 | -2/+4 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 1 | -11/+11 |
2007-12-13 | * Abstracted the windows socket code so that all fd's are in the range [1,FD_... | FlavioJS | 1 | -92/+244 |
2007-12-10 | - The interserver outgoing buffer now gets flushed when it reaches 512KB of d... | skotlex | 1 | -1/+6 |
2007-11-09 | Fixed socket.c using time() incorrectly, causing stall timer desynchronizatio... | ultramage | 1 | -3/+3 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -3/+3 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -1/+1 |
2007-10-21 | Fixed a small mistake in r11503 causing a fatal error&exit on unix when you t... | ultramage | 1 | -4/+4 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 1 | -2/+0 |
2007-10-17 | * Merged do_sendrecv() and do_parse() into do_sockets() | ultramage | 1 | -108/+85 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -6/+6 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -6/+7 |
2007-07-25 | * Added support for character rename packet (only dummy code for now) | ultramage | 1 | -2/+2 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -1/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -1/+1 |
2007-05-09 | * Adapted the shortlist to use a static array instead of a linked list and en... | FlavioJS | 1 | -67/+40 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -3/+108 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 1 | -12/+13 |
2007-04-29 | * Ladmin fixes | ultramage | 1 | -9/+18 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 1 | -0/+7 |
2007-04-12 | fixed makefile typo, maps_athena typo, svn:eol-style native for some files | ultramage | 1 | -1/+1 |
2007-04-10 | Removed an ugly cast in socket.c | toms | 1 | -2/+2 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -2/+2 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -0/+7 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -36/+34 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -52/+42 |
2007-04-01 | - Modified waiting_disconnect on the login server to hold the timer id of the... | skotlex | 1 | -0/+6 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -1/+1 |
2007-03-04 | More tweaks to socket.c to simplify the code | ultramage | 1 | -87/+42 |
2007-02-21 | Minor stuff (typos, socket.c, junk in login reply packet) | ultramage | 1 | -21/+8 |
2007-02-08 | - Fixed the new socket code, which was triggering the inactivity timeout on t... | ultramage | 1 | -2/+3 |
2007-02-08 | * More aggressive cleaning up of the socket code | ultramage | 1 | -149/+116 |
2007-02-07 | Wiped out the poorly written parse code from r2211 | ultramage | 1 | -34/+1 |
2007-02-07 | Cleaning up of the socket code | ultramage | 1 | -24/+22 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -57/+3 |
2007-01-26 | - Added a wrapper to delete_timer so it prints out from where the invocation ... | skotlex | 1 | -1/+1 |
2007-01-21 | Typo hunt | ultramage | 1 | -3/+3 |
2007-01-12 | yup, i need to rest... (also, copy-paste is eeeevil) | FlavioJS | 1 | -1/+1 |
2007-01-12 | ups | FlavioJS | 1 | -1/+1 |