Age | Commit message (Expand) | Author |
2009-03-02 | Revert "Don't apply channel modes received in an non-burst, non-creation FJOI... | danieldg |
2009-03-02 | Don't apply channel modes received in an non-burst, non-creation FJOIN, becau... | danieldg |
2009-03-02 | Fix +P channels being deleted when the final user /QUITs, thanks SnoFox | danieldg |
2009-03-01 | Fix a crash in m_conn_waitpong, spotted by Obi_Wan. | dz |
2009-02-27 | Revert r10640, it blocked override notices unless they contained an op/deop/etc | danieldg |
2009-02-27 | Add more information to /CHECK output | danieldg |
2009-02-27 | [Taros] Add m_sakick.so | danieldg |
2009-02-27 | Fix SID-sourced KILL being displayed to killee as from SID not from server name | danieldg |
2009-02-27 | Fix previous module mismatch message; "remote" is misleading when sent as an ... | danieldg |
2009-02-25 | Add VF_COMMON to all modules that provide an extban | danieldg |
2009-02-25 | Remove VF_COMMON from m_banredirect, it only adds an extban | danieldg |
2009-02-25 | Clarify CMD_LOCALONLY return values for /WATCH | danieldg |
2009-02-25 | m_customtitle: Don't route TITLE command, route metadata only | danieldg |
2009-02-25 | Allow accountname to be changed without an explicit unset | danieldg |
2009-02-24 | Clarify module mismatch message | danieldg |
2009-02-24 | Allow non-opers to use /MKPASSWD | danieldg |
2009-02-24 | Fix svn:keywords on m_nationalchars.cpp | danieldg |
2009-02-23 | m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM... | special |
2009-02-23 | Forward port r11142: Commands that only give a response locally should not be... | special |
2009-02-22 | In retrospect, not allowing *any* XLines to be set was pretty fucking stupid. | w00t |
2009-02-22 | Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour).... | w00t |
2009-02-22 | Don't allow expired XLines to be added. | w00t |
2009-02-22 | Forward port r11137 from stable: | peavey |
2009-02-19 | Remove unneeded "fd" member of issl_session | danieldg |
2009-02-19 | Remove unneeded comment about warnings on 64-bit | danieldg |
2009-02-19 | GnuTLS does not need a double-copy input buffer | danieldg |
2009-02-19 | SAPART does indeed take up to 3 parameters. | dz |
2009-02-19 | Fix crash on /SHUN with exactly 2 parameters | danieldg |
2009-02-19 | Restrict /WHO <item> M to opers | danieldg |
2009-02-18 | Add UID to CHECK output | danieldg |
2009-02-18 | Remove unused NumServers field | danieldg |
2009-02-18 | Remove MaxMapHeight, replace with dynamically sized buffers | danieldg |
2009-02-18 | Apparently casting to float is not sufficient to cause a conversion | danieldg |
2009-02-18 | Rework /MAP output to not be overly wide | danieldg |
2009-02-18 | Remove had no maxpara | brain |
2009-02-18 | Maxpara on these was 3, should be 2 | brain |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-16 | Remove duplicate quote, reported by DukePyrolator. | w00t |
2009-02-16 | Few minor helpop updates.. | w00t |
2009-02-15 | Update some missing svn:ignores | danieldg |
2009-02-15 | Several changes | peavey |
2009-02-15 | Fixify comments | peavey |
2009-02-15 | Fix warning | brain |
2009-02-15 | Target route SANICK and when we hit the target let NICK do the propogating fo... | peavey |
2009-02-15 | RARRR, 11111 is MEIN! :3 | brain |
2009-02-15 | Fix for bug #725, operprefix rank value conflicts with founder rank value, ra... | brain |
2009-02-15 | Also Extend user with FORCENick when calling the actual command handler for N... | peavey |
2009-02-15 | m_operprefix: Remove IS_LOCAL checks to also set/unset +y on remote opers | danieldg |
2009-02-14 | Make glob patterns in module load work correctly. Fixes bug #724 reported by ... | peavey |
2009-02-14 | Add missing header #define assuring its only included once where needed | peavey |