Age | Commit message (Expand) | Author |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-08-12 | Fix printf format warning | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-02 | Make sure usage lines up neatly. | peavey |
2009-07-04 | Fix possible segfault on giving an unknown cmdline argument. index holds the ... | peavey |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-06-01 | Makefile updates: clean up command lines | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Make the previous patches actually work | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-04-09 | Re-add the default case to commandline parsing (if it happens, it's better to... | special |
2009-04-09 | The correct way to detect unknown parameter for getopt_long_only() is looking... | brain |
2009-04-09 | Fix the problem described in bug #827; an improper cast when parsing commandl... | special |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-09 | Trap SIGXFSZ | brain |
2009-01-27 | Credits updates. | w00t |
2009-01-03 | Remove extra 'i'.. oopsie :P | w00t |
2009-01-03 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2009-01-02 | Branch merge | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Mark a member static so it isn't exported needlessly. | w00t |
2008-12-27 | Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th... | w00t |
2008-12-27 | Remove extra 'i'.. oopsie :P | w00t |
2008-12-27 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2008-12-18 | Wakey wakey w00t :p | brain |
2008-12-18 | Fix a windows compile screwup, courtesy of me. | w00t |
2008-12-08 | If we can't find file.conf, search for file.conf.txt when on windows. | w00t |
2008-12-07 | Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a templat... | brain |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-28 | dz added to /info, psychon (omitted?!) added to startup :) | w00t |
2008-10-22 | First set our group id, then the user id, because we need to be root to set the | psychon |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-10-18 | Add skeleton of HasPrivPermission. | w00t |
2008-09-21 | Fix crash | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |