ultramage
|
8be1c4d48c
* Some preparations for the guild script update
|
17 gadi atpakaļ |
ultramage
|
c45404429f
Fixed ircbot not processing new users
|
18 gadi atpakaļ |
ultramage
|
ffbf79b895
Reformatting, warning fixes, unsigned char removal
|
18 gadi atpakaļ |
ultramage
|
dfdb5368c7
Corrected some weird fgets() statements, plus reformatted them
|
18 gadi atpakaļ |
ultramage
|
9e7eb8804f
- Removed the TURBO socket mechanism - it was in fact just using a variable to cache a few arithmetic operations (premature optimization)
|
18 gadi atpakaļ |
ultramage
|
711d01a128
Reformatting @_@
|
18 gadi atpakaļ |
FlavioJS
|
71f29c0445
* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now).
|
18 gadi atpakaļ |
ultramage
|
5d3ea3da27
* Played around with MinGW a bit today...
|
18 gadi atpakaļ |
ultramage
|
6867d93866
typos: recieve -> receive
|
18 gadi atpakaļ |
ultramage
|
a167b6ae62
* Some source code cleaning
|
18 gadi atpakaļ |
FlavioJS
|
43a375ad89
* Added all the missing defines for ctype.h functions and converted all the direct uses to the defines.
|
18 gadi atpakaļ |
FlavioJS
|
2b42ec13cf
- Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done.
|
18 gadi atpakaļ |
ultramage
|
49096125fb
Applied a consistent look to all header files (copyright, ifdefs)
|
18 gadi atpakaļ |
ultramage
|
148f3fca88
Cleaning up of the socket code
|
18 gadi atpakaļ |
ultramage
|
fbe23f27a2
Undid the memset->malloc_set replacement
|
18 gadi atpakaļ |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
18 gadi atpakaļ |
skotlex
|
73379857e2
- Made WFIFOHEAD() check for available buffer size remaining on the connection, and when there's not enough space, it will increase it.
|
18 gadi atpakaļ |
Lance
|
3bfc48996a
* Fixed potential crash in IRC processing message with '%' using *printf.
|
18 gadi atpakaļ |
skotlex
|
20bb25e81d
- Added printing out whenever the irc-module attempts to connect, to debug whether the map-server lag is due to this or not.
|
19 gadi atpakaļ |
Lance
|
26500644dd
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
|
19 gadi atpakaļ |
skotlex
|
8b0f535cec
- Fixed parse_names on irc.c crashing when receiving a null argument.
|
19 gadi atpakaļ |
skotlex
|
4d27716bf1
- Tested and fixed resolve_hostbyname.
|
19 gadi atpakaļ |
skotlex
|
785e089deb
- Added irc_channel_pass setting and prevent crashing when irc server lookup by host fails. Thanks to Trancid for the details.
|
19 gadi atpakaļ |
Lance
|
a28e9d802c
[Optimized]
|
19 gadi atpakaļ |
Lance
|
020b35d68a
* Using malloc for memory allocations that doesn't need to be pre-initialized.
|
19 gadi atpakaļ |
Zido
|
411991788d
|
19 gadi atpakaļ |
Zido
|
bc11c8b54f
- IRC Bot can now auto-join when kicked from the channel
|
19 gadi atpakaļ |
Zido
|
b17413e395
- Added @who to IRC Bot, Refer to changelog.
|
19 gadi atpakaļ |
Zido
|
d1f8093b08
Refer to changelog
|
19 gadi atpakaļ |
Zido
|
b8eb36637b
- Added @users command to the IRC Bot. Checks no. online users.
|
19 gadi atpakaļ |