Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: ban.c | |||
Revision 1.12 | akirschbaum | 2005/12/07 15:02:24 | +117 -101 |
server/ban.c: General cleanup - whitespace changes, rename variable names. Should not affect function. | |||
Show difference between Revision 1.11 and 1.12 | |||
Revision 1.11 | akirschbaum | 2005/12/07 13:39:05 | +20 -3 |
Apply slightly modified patch #1293744 (Inversed ban entries) by Thomas Equeter. | |||
Show difference between Revision 1.10 and 1.11 | |||
Revision 1.10 | akirschbaum | 2005/12/07 12:25:55 | +11 -2 |
Apply modified patch #1293774 (Kick banned hosts at once) by Thomas Equeter: disconnect new connection for banned host right after connecting. Also add support for user name in ban files. | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | akirschbaum | 2005/07/10 08:54:06 | +2 -1 |
server/{login.c, player.c}: Fix buffer overflow with pl->title. Based on patch by Scott Kullberg. crossedit/{Edit.c, Cnv/CnvPrompt.c}, server/{ban.c, hiscore.c, login.c, player.c, shop.c, win32.c}: Properly terminate destination string of strncpy with '\0'. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2005/04/27 16:43:29 | +2 -2 |
Change some char* to const char* | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | temitchell | 2003/07/25 21:10:40 | +30 -9 |
- addition of Banish command. This ad a new file for ban.c to check in var called banish where banished IPs are stored. - modified kick command to kill the socket and really kick the player. - touched up the get player by name so the messages are more generic. | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | mwedel | 2002/09/07 17:08:07 | +2 -2 |
Automake patch - all files. The changes for the source files is using confdir instead of datadir. Patch by Jacek Konieczny (jajcus@bnet.pl), applied by Mark Wedel, 2002-09-07. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | garbled | 2002/01/01 18:26:28 | +2 -1 |
Clean up some missing prototypes, protect tod.h against multiple inclusion, and generally make -Wmissing-prototypes happier. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | michtoen | 2001/04/06 14:07:03 | +5 -5 |
win32: change // to /* */ | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | michtoen | 2001/04/05 19:40:03 | +5 -1 |
*** empty log message *** | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | cvs | 1999/07/13 01:03:04 | +0 -0 |
Global commit for 0.95.4 - most files have no changes but just have differing headers between my local RCS and the CVS versions and need to get synced up. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | uid200 | 1999/04/02 13:10:04 | None |
Initial revision | |||
First version | |||
Revision 1.1.1.1 | uid200 | 1999/04/02 13:10:04 | +0 -0 |
First CVS revsion: crossfire-0.95.3 | |||
Show difference between Revision 1.1 and 1.1.1.1 |