summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 2.0.3 release v2.0.3Gravatar Daniel De Graaf2011-02-011-1/+1
|
* Fix bug #83Gravatar Jackmcbarn2011-01-301-1/+1
|
* Fix bug #110Gravatar Jackmcbarn2011-01-241-10/+16
|
* Fix bug where an empty parameter is generated when input to a tokenstream ↵Gravatar Jackmcbarn2011-01-221-1/+1
| | | | ends in a colon
* Fix bug #117, found by satmd, thanksGravatar Jackmcbarn2011-01-191-3/+3
|
* Remove bad return statement - noticed by zynox, thanksGravatar Jackmcbarn2011-01-041-1/+0
|
* Fix bug #113Gravatar Jackmcbarn2010-12-232-4/+11
|
* Restore prefixGravatar Jackmcbarn2010-12-021-1/+1
|
* Simplify ClearAllConnections code and fix possible crashGravatar Jackmcbarn2010-12-021-5/+2
|
* Fix possible crashGravatar Jackmcbarn2010-12-021-1/+1
|
* Register the silence list extensionGravatar Jackmcbarn2010-10-151-0/+1
|
* Remove m_sqlv2.h from these modules, they both use v3 now.Gravatar Dennis Friis2010-10-152-2/+0
|
* Fix memory leak in m_conn_waitpong caught by its breaking in 2.1Gravatar Daniel De Graaf2010-10-131-0/+1
|
* Fix kick level check to scan all status modes and not skip checks for ↵Gravatar Daniel De Graaf2010-09-301-7/+12
| | | | modeless users
* Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode ↵Gravatar Daniel De Graaf2010-09-281-2/+2
| | | | character
* Fix unsafe iteration in m_timedbansGravatar Daniel De Graaf2010-09-251-17/+23
|
* A zero return from gnutls_record_send is not an errorGravatar Daniel De Graaf2010-09-191-7/+1
|
* Fix global notice of timedban add and remove being sourced from all serversGravatar Daniel De Graaf2010-09-181-2/+1
|
* SVSNICK should not translate nicks to UIDsGravatar Daniel De Graaf2010-09-171-1/+1
|
* Add gettimeofday() fallback for systems without clock_gettimeGravatar Daniel De Graaf2010-09-081-2/+8
|
* Fix the pseudo-penalty hack that doesn't work properlyGravatar Daniel De Graaf2010-09-052-4/+1
|
* 2.0.2 release v2.0.2Gravatar Daniel De Graaf2010-09-041-1/+1
|
* Do not apply parameter length restrictions or CleanMask when unsetting modesGravatar Daniel De Graaf2010-09-043-8/+8
|
* Fix crash in m_silence when provided with a bad pattern (bug #79)Gravatar Daniel De Graaf2010-09-041-8/+17
|
* Fix crash on matching j:@#chan ban when the user is not in the channelGravatar Daniel De Graaf2010-09-041-1/+1
|
* Fix resolved hostname not being changed when WEBIRC passes a hostname longer ↵Gravatar Daniel De Graaf2010-09-031-17/+15
| | | | than 64 characters
* Prevent setting mode -H if already unset, bug #74Gravatar Daniel De Graaf2010-08-281-0/+2
|
* Clarify null character append in m_cloaking (fixes compiler warning)Gravatar Daniel De Graaf2010-08-171-1/+1
|
* Also tidy masks being removed, fixes bug #70Gravatar Daniel De Graaf2010-08-111-4/+3
|
* Fix NotifyOpers setting not being applied correctlyGravatar Daniel De Graaf2010-08-111-10/+9
|
* Stop hiding users when a prefix is set on them, fixes apparent desyncsGravatar Jens Voss2010-08-081-3/+25
|
* Don't try to tidy m_autoop entries (fixes extra !*@*)Gravatar Daniel De Graaf2010-08-081-0/+1
|
* 2.0.1 release v2.0.1Gravatar Daniel De Graaf2010-08-071-1/+1
|
* Prevent kicking people you do not have permission to deprivilegeGravatar Daniel De Graaf2010-08-041-3/+6
|
* Fix $md5pass and $sha256pass in SQL queriesGravatar Daniel De Graaf2010-08-043-3/+3
|
* Change ThreadSignalSocket to EventHandler to avoid calling recv() on an ↵Gravatar Daniel De Graaf2010-08-041-21/+36
| | | | eventfd, which does not work
* Fix m_opermodes.so sending modes for unintroduced clients with oper ↵Gravatar Adam2010-08-031-4/+9
| | | | autologin (bug 53)
* Use the remote channel's capitalization on a losing TS mergeGravatar Daniel De Graaf2010-08-031-2/+4
|
* Fix for crash on restart or config file open (bug #44)Gravatar Adam2010-08-031-1/+1
|
* Allow halfops to remove their own halfop statusGravatar Daniel De Graaf2010-08-031-0/+7
|
* Remove wildcard support from module loading, breaks rehash (bug #51)Gravatar Daniel De Graaf2010-08-031-30/+0
|
* Skip invalid allowed modes in oper block (bug #64)Gravatar Daniel De Graaf2010-08-031-2/+2
|
* Fix rehash message sending for remote rehashesGravatar Daniel De Graaf2010-08-031-12/+10
|
* Fix incorrect default on <alias:channelcommand>Gravatar Daniel De Graaf2010-07-301-2/+2
|
* Include location of duplicated oper blocksGravatar Daniel De Graaf2010-07-041-1/+1
|
* Quick fix for /RESTART crashingGravatar Daniel De Graaf2010-06-121-12/+5
|
* 2.0.0 release v2.0.0Gravatar Daniel De Graaf2010-06-111-1/+1
|
* Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc ↵Gravatar Daniel De Graaf2010-05-211-1/+1
| | | | 2.8/linux 2.6.27)
* Fix umode -r on nick change being denied by permission checkGravatar Daniel De Graaf2010-05-161-1/+1
|
* Add some missing <connect> updates from rehash, noticed by mixx941Gravatar Daniel De Graaf2010-05-121-0/+5
|