root/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @855 [855] 3 months elly Make README more politically correct, per Ryan's request.
(edit) @854 [854] 3 months elly Update README to reflect reality.
(edit) @853 [853] 3 months elly Make SAMODE accessible to all opers, not just services admins.
(edit) @852 [852] 3 months elly Fix hostcrypt memory corruption bug.
(edit) @851 [851] 4 months elly Fix unchecked copy in PROTOCOL command.
(edit) @850 [850] 4 months wd Fix bug in admin data (removing an admin line doesn't work with /rehash)
(edit) @849 [849] 4 months wd One last missed area
(edit) @848 [848] 4 months wd - Fix poor allocation of time_t array - Fix a couple va_start/va_end pairs …
(edit) @847 [847] 4 months wd Fix incorrect usage of va_* macros (at least on x64 linux) (patch courtesy …
(edit) @845 [845] 15 months wd Only allow valid nicks for NPC names.
(edit) @844 [844] 16 months wd Fingers. Fat.
(edit) @843 [843] 16 months wd Add a quarantine (and whatever else) check for NPC, clean up some text, …
(edit) @842 [842] 16 months wd Aaaaaand send a notice instead to avoid confusing clients.
(edit) @841 [841] 16 months wd Don't let NPC names overlap with real users.
(edit) @840 [840] 16 months wd Nevermind, I got this right the first time.
(edit) @839 [839] 16 months wd Reduce message space just a bit.
(edit) @838 [838] 16 months wd Fix off-by-one bug that results in display error.
(edit) @837 [837] 16 months wd Clean that up a bit, yech!
(edit) @836 [836] 16 months wd Add normal send check to NPC command (duhhh)
(edit) @835 [835] 16 months wd Short-form to NPCA instead of NPCACTION (whatever...)
(edit) @834 [834] 16 months wd Action plus space. Duh.
(edit) @833 [833] 16 months wd Add a new NPC command. Add sendto_channel_remote function.
(edit) @832 [832] 19 months wd Some dmalloc tweaks, fix a dumb server command bug.
(edit) @831 [831] 19 months wd Clean up unknown client counting (hopefully fixed) and add some helper …
(edit) @830 [830] 20 months wd Make ACL username buffer bigger, fix a dumb bug with xinfo privs and …
(edit) @828 [828] 22 months wd Prevent data that shoots past the buffer limit in 1459-style protocols …
(edit) @827 [827] 22 months wd Fix a minor bug in the text when you /connect the server you're on.
(edit) @826 [826] 22 months wd Don't allow already-existant servers to be introduced. Duh.
(edit) @825 [825] 22 months wd Fix buffer underflow
(edit) @824 [824] 22 months wd Fix more dumb uses of the all client list.
(edit) @823 [823] 22 months wd Fix misuses of the ircd 'all client data structures' list.
(edit) @822 [822] 22 months wd Fix various dumbnesses in the DNS code and the way the ircd module uses …
(edit) @821 [821] 23 months wd Fix unallocated memory access (order of checks reversed)
(edit) @820 [820] 2 years wd Fix stupid uses of buffers.
(edit) @819 [819] 2 years wd Disable custom libc code by default.
(edit) @818 [818] 2 years wd - Make RFC1459 the default protocol - Add PROTOCOL command - Add WEBIRC …
(edit) @817 [817] 2 years wd Remove unnecessary variable assignment.
(edit) @816 [816] 2 years wd Nuke this branch.
(edit) @814 [814] 3 years wd For RFC1459 clients chew whitespace at the beginning of a message. This …
(edit) @813 [813] 3 years wd Update to work around dumb gaim bug.
(edit) @811 [811] 3 years wd Fix long-standing PING bug by doing a special check for (effectively) …
(edit) @802 [802] 3 years wd - Fix a buffer bug in names (the wrong way!). - Let's just call this …
(edit) @789 [789] 4 years wd This branch has served its purpose and is now merged back into trunk. …
(edit) @786 [786] 4 years wd Merge in many changes from modules. My bad for not staying on top of …
(edit) @785 [785] 4 years wd Add new antidrone module.
(edit) @784 [784] 4 years wd Merge changes from 1.1 branch to core code.
(edit) @783 [783] 4 years wd Big commit: - Cleanup in main(), remove duped functions - Killed off …
(edit) @782 [782] 4 years wd Update scons stuff, add missing files.
(edit) @781 [781] 4 years wd Fix static bogosity in timer.c (lame gcc single pass compile problem) and …
(edit) @780 [780] 4 years wd CHange the way WHOIS behaves to make it uniform no matter where the client …
(edit) @779 [779] 4 years wd Fix logic bomb in get_address_type. Hrm.
(edit) @778 [778] 4 years wd - Add library get_address_type function - Fix CGI:IRC support to actually …
(edit) @777 [777] 4 years wd - Fix PASS hostmask handling (clear the password after the client_connect …
(edit) @776 [776] 4 years wd Do not free xinfo names anymore (whoops!)
(edit) @775 [775] 4 years wd Document hostmask support for CGI:IRC
(edit) @774 [774] 4 years wd Allow the secret ninja "cgi:irc" hostmask.
(edit) @773 [773] 4 years wd Log the provided host.
(edit) @772 [772] 4 years wd Add CGI:IRC hostmasking support.
(edit) @771 [771] 4 years wd Try and fix a potential buffer issue.
(edit) @770 [770] 4 years wd Don't do antidrone for remote clients.
(edit) @769 [769] 4 years wd Add a message format for the anti-bear numeric we send.
(edit) @768 [768] 4 years wd Add antidrone module, fix bug in cmode_strip.
(edit) @767 [767] 4 years wd Do not decrypt a host on signoff (this messes up whowas cloaking!)
(edit) @766 [766] 4 years wd More build stuff, installs now work and modules can be built with …
(edit) @765 [765] 4 years wd Add (re-add?) keyword expansion for all files.
(edit) @764 [764] 4 years wd Base build now works. We have a default options file. We also have some …
(edit) @763 [763] 4 years wd Fix the actual breakage in log.c. Mark the log rule defunct BEFORE saying …
(edit) @762 [762] 4 years wd Add recursion protection to log.c
(edit) @761 [761] 4 years wd Update for scons build conversion (M1: working build of base tools)
(edit) @760 [760] 4 years wd Switch to 0.96.92 scons (whoops)
(edit) @759 [759] 4 years wd Add scons branch
(edit) @758 [758] 4 years wd Use client_change_nick for unregistered users too. Change it to support …
(edit) @757 [757] 4 years wd Fix SJOIN sending spurious gack, add an assert for a totally bogus …
(edit) @756 [756] 4 years wd Fix a dumb bug.
(edit) @755 [755] 4 years wd Let non-TS but master servers set modes without frying TS.
(edit) @754 [754] 4 years wd Re-add missing support for bahamut's "TS" portion of SVSMODE.
(edit) @753 [753] 4 years wd Really fix SVSMODE< cleaning out warnings etc.
(edit) @752 [752] 4 years wd Update topic to be sent first, update SVSMODE parsing to be more generic …
(edit) @751 [751] 4 years wd Add XINFO priv creation for all XINFOs.
(edit) @750 [750] 4 years wd Update to reset modes to non-TS servers as well as local clients.
(edit) @749 [749] 4 years wd The channel_mode function now resets TS in some cases, making a TS check …
(edit) @748 [748] 4 years wd - Re-set TS when we get a TS change from upstream (d'oh) - Make sure …
(edit) @747 [747] 4 years wd Fix two bugs which could leave corrupt/bad conf data lying around after a …
(edit) @746 [746] 4 years wd Fix incidental crashing bug when cmode_strip is used and a QUIT with no …
(edit) @742 [742] 4 years wd Really fix the color stripping stuff..
(edit) @741 [741] 4 years wd Fix a crashing bug when SSL port binding fails.
(edit) @740 [740] 4 years wd Add a special notice when the server is in debugmode.
(edit) @738 [738] 4 years wd Fix color stripping to properly handle the single digit foreground color …
(edit) @737 [737] 4 years wd Fix bug #38.
(edit) @736 [736] 4 years wd Small updates to info and motd, fixed a typo in packet.c
(edit) @735 [735] 4 years wd Trying a bugfix submitted by dgram ("Hans Christian Winther-Sorensen" …
(edit) @734 [734] 4 years wd Allow [UN]SGLINE from anywhere.
(edit) @733 [733] 4 years wd SAMODE was causing crashes due to a bad condition check here. We should …
(edit) @732 [732] 4 years wd - Make ACL find honor "default rule" - Update forgotten throttle module …
(edit) @731 [731] 4 years wd - Remove long useless fizzer drone module. - Update ACL API to make …
(edit) @730 [730] 4 years wd Dumb bug w/ LIST_FOREACH. Let's try breaking when we add (duhhhh)
(edit) @729 [729] 4 years wd ACLs should use lists, not tailqs. This is old bogus stuff from a …
(edit) @728 [728] 4 years wd Update some commentary, request a client sendq flush when the connection …
(edit) @727 [727] 4 years wd Fix dumb brain-o with numerics.
(edit) @726 [726] 4 years wd Update/fix hash bugs.
Note: See TracRevisionLog for help on using the revision log.