aboutsummaryrefslogtreecommitdiffstats
path: root/src/aln.c
Commit message (Expand)AuthorAgeFilesLines
* - Changed int_to_base64() warning so it has less false positives (#0001797).Gravatar Bram Matthys2004-05-081-6/+7
* SSsshht ;pGravatar Bram Matthys2004-03-111-2/+3
* - Hide server IP in /stats z•••- First Opteron crash bugfix. Thanks to Liverbugg for helping us trace this issue. Gravatar Bram Matthys2004-03-111-0/+8
* NS cleanupsGravatar codemastr2003-02-231-44/+1
* fixed some misc rh7 warningsGravatar codemastr2001-07-021-1/+1
* .Gravatar stskeeps2001-05-071-1/+0
* +- Added Member and Membership and made the IRCd support this. Using•••+ "freelinks", todo: garbage collection +- Added find_member_link and find_membership_link. Made Floodopt only + get allocated for local users. Removed aFloodOpt in Link, +- Made a speedup in is_halfop (dumb code) Gravatar stskeeps2001-02-281-1/+0
* +- Removed return_servers() and made servers be called Servers, and be a•••+ global variable. Done on request on Great Master codemastr. Gravatar stskeeps2001-02-251-16/+11
* +- Fixed negative timestamps problem (crash)Gravatar stskeeps2001-02-061-0/+4
* +- Removed last point of confusion in ALN/NSGravatar stskeeps2000-11-231-2/+2
* +- Fixed the masskill bug, hopefully. Was a delimiter/number array bug in•••+ find_server_b64_or_real, causing negative base64 to be accepted (bad). + value 1-256 will never be able to be in two letters (a server name) Gravatar stskeeps2000-11-191-2/+2
* fixesGravatar stskeeps2000-11-101-0/+20
* +- Possible fixed a internal server list bugGravatar stskeeps2000-11-021-1/+15
* +- Possible fixed some b64 bugsGravatar stskeeps2000-10-301-13/+13
* +- Fixed the SJB64 bugs that misplaced usersGravatar stskeeps2000-10-281-4/+0
* +- Added protoctl SJB64, which adds B64-9 timestamps to many timestamping•••+ operations +- Added ircsprintf %B (base64-9^10) with ! as prefix, and %b (no prefix) Gravatar stskeeps2000-10-261-0/+21
* +- Made find_server_b64_or_real be a little faster, possible fixing bug•••+- Made /stats s checking check for sanity or insanity (ignore them for 0 + numerics) +- Fixed SJOIN (mp2parv) bug, that caused insane desynchs +- Changed Cannot find server message to be to sendto_realops +- Fixed a warning in CENSOR_QUIT Gravatar stskeeps2000-10-261-6/+8
* +- Fixed some REAL dumb find_server_quick bugsGravatar stskeeps2000-09-031-3/+24
* removed /users and all utmp callsGravatar codemastr2000-09-021-3/+1
* Fixed some morew -Wall warningsGravatar codemastr2000-09-011-1/+1
* Index: Changes•••=================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.185 diff -u -r1.1.1.1.2.1.2.1.2.185 Changes --- Changes 2000/08/11 18:01:14 1.1.1.1.2.1.2.1.2.185 +++ Changes 2000/08/11 18:34:57 @@ -541,3 +541,4 @@ - Fixed a STRIPBADWORDS bug - Fixed a BotMOTD bug - Added Dianora's /userhost +- Recoded /links using NS Gravatar stskeeps2000-08-111-0/+5
* Index: Changes•••=================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.179 diff -u -r1.1.1.1.2.1.2.1.2.179 Changes --- Changes 2000/08/07 16:16:14 1.1.1.1.2.1.2.1.2.179 +++ Changes 2000/08/07 16:56:17 @@ -530,3 +530,4 @@ Config, and all the things we want them to read/do to compile the IRCd - Updated PREFIX Client Protoctl - Added ^MrMike^'s command list, this one will be updated +- Removed ID_CVS, hopefully fixing some bastard stuff Gravatar stskeeps2000-08-071-1/+0
* +- Changed find_server_quick to work with masks too ..Gravatar stskeeps2000-07-281-1/+1
* Index: Changes•••=================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.138 diff -u -r1.1.1.1.2.1.2.1.2.138 Changes --- Changes 2000/07/26 10:46:10 1.1.1.1.2.1.2.1.2.138 +++ Changes 2000/07/28 18:57:30 @@ -472,5 +472,5 @@ - Removed SVSMODE +l support, and fixed servicestamp and +d support - Changed to ircu/hybrid6/unreal mix of numeric 005 - Fixed a SJ3 Fake Direction loopbug (kills on nick collisions) -- NS part 1 -- SJ3 fixes +- SJ3 fixes, loop fix +- Added NS, new generation ALN. Gravatar stskeeps2000-07-281-0/+29
* Indentation.Gravatar stskeeps2000-07-251-65/+69
* .Gravatar stskeeps2000-07-251-0/+85
* @@ -466,3 +466,5 @@••• - SJ3 fixes. Let's hope this works (f*cken hell..) - Fixed a V:line bug - Added /infoserv (you can stop bugging us now skold ;P) +- Removed ALN, and the ALN system. +- Added base64 encoding instead, for ALN v2 (NS) Gravatar stskeeps2000-07-241-95/+62
* ..Gravatar stskeeps2000-06-011-1/+1
* Import of Unreal3.1-beta3Gravatar cmunk2000-05-281-0/+159