Age | Commit message (Expand) | Author |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-12-01 | Rip flood/threshold out of config classes also. | w00t |
2008-12-01 | Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei... | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-12-01 | Remove OverPenalty, saves sizeof(bool) per user. | 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 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-11-01 | Simulate AF_INET addresses for 4in6 connections [danieldg] | w00t |
2008-10-28 | Remove one (now unneeded) 4in6 hack. | w00t |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-10-25 | Fix a number of commands to have max_params field. This means in practice, th... | w00t |
2008-10-25 | Add optional max_params for commands, which means that we can compress 'extra... | w00t |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-25 | As we have an enum for type, why not ..use it? | w00t |
2008-10-25 | Last of documentation for protocol interface. XXX, ProtocolInterface::GetServ... | w00t |
2008-10-25 | Document SendMode. | w00t |
2008-10-25 | Document SendTopic. | w00t |
2008-10-25 | Document SendMetaData. | w00t |
2008-10-25 | Document ENCAP. | w00t |
2008-10-25 | (sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-23 | Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)... | w00t |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Default 'noisy' to false. Until i hear from w00t i cant see how this can be o... | brain |
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-10-17 | Remove the duplicate checking/disabled setting of <connect> craq, there is a ... | w00t |
2008-10-02 | Fix for bug #601 | brain |
2008-09-30 | Fix for bug #604 reported by Phoenix, thanks | brain |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
2008-09-22 | warning-free on windows | brain |
2008-09-22 | Second part of fix for bug #605, make adding and removal of lines not case se... | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Fix some comment which was left over from before the conversion from User* to... | psychon |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | More comments | brain |
2008-09-20 | More comments, and remove some unused craq. Someone (that being me) once wrot... | brain |
2008-09-20 | more comments | brain |
2008-09-20 | Start documenting stuff for 3rd party developers. Comments only, won't affect... | brain |
2008-09-13 | Changed Allowed Modes to bitsets. | aquanight |
2008-09-13 | Remove unneeded namespace stuff. | w00t |
2008-09-12 | Minor style tidyup. | w00t |
2008-09-12 | Cleanup of some internals. Tested via m_httpd. | w00t |
2008-09-11 | Remove some duplication, everything calls the SE equivilant anyway. | w00t |
2008-09-11 | Remove useless parameter. | w00t |
2008-09-11 | Fix a comment. | w00t |