Age | Commit message (Expand) | Author |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-13 | Shut up, valgrind | brain |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-12 | Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos... | special |
2007-08-29 | A few more minor cleanups | om |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-26 | Bump ABI version and protocol version. Note that this really means 1.1 and 1.... | w00t |
2007-08-05 | Fix spelling mistakes on some log messages | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-10 | This should fix the rest of remote kill nick hiding | brain |
2007-06-17 | More comments | brain |
2007-06-17 | Module factory and init function in modules turned into a neat macro: | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-05-04 | Add <auditorium showops> which determines if auditorium works like ircnet +a ... | brain |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-03 | DO NOT USE THIS COMMIT - if you do, most of the modules wont work. | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-03-31 | Add macros IS_OPER() and IS_AWAY() | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-11 | Document OnBufferFlushed | brain |
2007-03-11 | Added OnBufferFlush, improved m_safelist, no longer works on a timer but work... | brain |
2007-03-08 | option to allow announce of invites to channel (similar to unreal) | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-17 | Bump API version | brain |
2007-02-11 | Bump API version (chanrec::setby increased from NICKMAX to 128) | brain |
2007-01-07 | And its all done and working! | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-24 | Add OnGarbageCollect method | brain |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-05 | Untested, undocumented PublishInterface, UnpublishInterface, FindInterface. | brain |
2006-12-05 | Change this a LOT. | brain |
2006-11-27 | BuildExemptList is becoming pretty ugly. grr. | brain |
2006-11-27 | Add OnBuildExemptList, which is used to build an exempt list when passing a p... | brain |
2006-11-27 | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... | brain |
2006-11-26 | Update comments to reflect new API | brain |