pyborg.git
8 months ago* Additional 64bit fixes master github/master
Bryan Drewery [Wed, 7 Sep 2011 00:40:07 +0000] 
* Additional 64bit fixes

10 months ago* Remove hack due to broken irclib -l parsing (#7)
Bryan Drewery [Tue, 28 Jun 2011 16:44:18 +0000] 
* Remove hack due to broken irclib -l parsing (#7)

10 months ago* Fix irclib not parsing -l correctly (fixes #7)
Bryan Drewery [Tue, 28 Jun 2011 16:43:58 +0000] 
* Fix irclib not parsing -l correctly (fixes #7)

10 months ago* Expect a long value in struct.pack to fix a crash on 64bit (fixes #6)
Bryan Drewery [Tue, 28 Jun 2011 16:05:25 +0000] 
* Expect a long value in struct.pack to fix a crash on 64bit (fixes #6)

10 months ago* Add README
Bryan Drewery [Mon, 27 Jun 2011 22:43:12 +0000] 
* Add README

10 months ago* Use exec for starting up
Bryan Drewery [Mon, 27 Jun 2011 22:40:41 +0000] 
* Use exec for starting up

23 months ago* Fix channel casing issues
Bryan Drewery [Wed, 26 May 2010 15:13:42 +0000] 
* Fix channel casing issues

23 months ago* Automatically rejoin channels if kicked or unable to join
Bryan Drewery [Wed, 26 May 2010 02:49:27 +0000] 
* Automatically rejoin channels if kicked or unable to join

23 months ago* Fix bot thinking it's still in a chan after being kicked
Bryan Drewery [Wed, 26 May 2010 02:13:21 +0000] 
* Fix bot thinking it's still in a chan after being kicked

23 months ago* Properly saved new wanted nick when using !nick
Bryan Drewery [Wed, 26 May 2010 02:17:34 +0000] 
* Properly saved new wanted nick when using !nick

23 months ago* Remove leading spaces on ? and !
Bryan Drewery [Fri, 21 May 2010 21:28:32 +0000] 
* Remove leading spaces on ? and !

23 months ago* Speedup nickname matching
Bryan Drewery [Fri, 21 May 2010 19:23:59 +0000] 
* Speedup nickname matching

23 months ago* Fix nickname matching to escape special chars like |
Bryan Drewery [Fri, 21 May 2010 19:12:44 +0000] 
* Fix nickname matching to escape special chars like |

23 months ago* Split ';' only if followed by a space to avoid breaking emoticons
Bryan Drewery [Fri, 21 May 2010 18:52:11 +0000] 
* Split ';' only if followed by a space to avoid breaking emoticons

23 months ago* Strip out ' to avoid contraction/quoting problems
Bryan Drewery [Fri, 21 May 2010 18:51:29 +0000] 
* Strip out ' to avoid contraction/quoting problems

23 months ago* Only split : around nick:, leave other : uses alone, ie :)
Bryan Drewery [Fri, 21 May 2010 18:46:27 +0000] 
* Only split : around nick:, leave other : uses alone, ie :)

23 months ago* Properly strip out other color codes
Bryan Drewery [Fri, 21 May 2010 18:37:11 +0000] 
* Properly strip out other color codes

23 months ago* Ignore lines with color - causes too many problems and just doesn't look right
Bryan Drewery [Fri, 21 May 2010 18:33:53 +0000] 
* Ignore lines with color - causes too many problems and just doesn't look right

23 months ago* Strip out URLS
Bryan Drewery [Fri, 21 May 2010 17:50:25 +0000] 
* Strip out URLS

2 years ago* Properly save the original nick in settings if taking a temporary nickname on connect
Bryan Drewery [Wed, 19 May 2010 14:45:10 +0000] 
* Properly save the original nick in settings if taking a temporary nickname on connect

2 years ago* Fix crash due to /mode -lvvvv nick nick nick nick
Bryan Drewery [Tue, 18 May 2010 22:03:57 +0000] 
* Fix crash due to /mode -lvvvv nick nick nick nick

2 years ago* Change 'is unknown' to '/unknown' to fix display issue in !known
Bryan Drewery [Tue, 18 May 2010 21:51:54 +0000] 
* Change 'is unknown' to '/unknown' to fix display issue in !known

2 years ago* When outputting #nick in !known, replace with $nick
Bryan Drewery [Tue, 18 May 2010 21:51:15 +0000] 
* When outputting #nick in !known, replace with $nick

2 years ago* Match nicks on word boundaries to avoid rewriting words incorrectly as containing...
Bryan Drewery [Tue, 18 May 2010 21:46:23 +0000] 
* Match nicks on word boundaries to avoid rewriting words incorrectly as containing nicks

2 years ago* Implmenet on_nicknameinuse so the bot can still connect if its nick is taken
Bryan Drewery [Tue, 18 May 2010 21:27:04 +0000] 
* Implmenet on_nicknameinuse so the bot can still connect if its nick is taken

2 years ago* Allow running bot on IPv6
Bryan Drewery [Tue, 18 May 2010 21:13:13 +0000] 
* Allow running bot on IPv6

2 years ago* Allow specifying an IP to bind to
Bryan Drewery [Tue, 18 May 2010 21:12:34 +0000] 
* Allow specifying an IP to bind to

2 years ago* Symlink irclib into pyborg
Bryan Drewery [Tue, 18 May 2010 21:14:19 +0000] 
* Symlink irclib into pyborg

2 years ago* Update startup script to use lib/ dir
Bryan Drewery [Tue, 18 May 2010 21:15:00 +0000] 
* Update startup script to use lib/ dir

2 years agoMerge http://github.com/python-irclib/python-irclib.git
Bryan Drewery [Tue, 18 May 2010 21:11:17 +0000] 
Merge github.com/python-irclib/python-irclib.git

2 years agoMerge http://github.com/PyBorg/PyBorg.git
Bryan Drewery [Tue, 18 May 2010 21:10:59 +0000] 
Merge http://github.com/PyBorg/PyBorg.git

2 years ago* Initial project commit
Bryan Drewery [Tue, 18 May 2010 21:10:29 +0000] 
* Initial project commit

2 years agoReplace tabs by spaces
chimrod [Sun, 30 Aug 2009 16:24:25 +0000] 
Replace tabs by spaces
Replace map by comprehension list
Update to new version

3 years agofix ircbot.py connection problem due to leftover ssl typo
keltus [Thu, 25 Sep 2008 22:00:59 +0000] 
fix ircbot.py connection problem due to leftover ssl typo

3 years agoprepare for 0.4.8 release
keltus [Thu, 11 Sep 2008 07:39:18 +0000] 
prepare for 0.4.8 release

3 years agoircbot.py: Reverted a leftover testing fragment that broke ircbot.py
keltus [Thu, 11 Sep 2008 07:38:30 +0000] 
ircbot.py: Reverted a leftover testing fragment that broke ircbot.py

3 years ago * irclib.py: Reverted changes in irclib that don't really belong in the core lib
keltus [Fri, 29 Aug 2008 23:20:56 +0000] 
* irclib.py: Reverted changes in irclib that don't really belong in the core lib
    * irclib.py: Add support for ssl
    * irclib.py: Add support for ipv6
* python-irclib now requires python 2.3 and above (for ssl and ipv6)

4 years agocode tweak that should have no effect
keltus [Sun, 3 Feb 2008 09:25:36 +0000] 
code tweak that should have no effect

4 years agoAdded the !me command
chimrod [Tue, 31 Jul 2007 10:18:34 +0000] 
Added the !me command

5 years ago* irclib.py: Added IRCmultithread and ServerConnectionThread, module functions privms...
kk201233 [Fri, 2 Mar 2007 11:35:50 +0000] 
* irclib.py: Added IRCmultithread and ServerConnectionThread, module functions privmsg_origin() and nm(), and ServerConnection functions privmsgtosource(), sajoin(), and sapart().
There may be a few that I missed...

5 years agoCorrect the punctuation problem
chimrod [Fri, 12 Jan 2007 11:14:40 +0000] 
Correct the punctuation problem

5 years ago*** empty log message ***
chimrod [Mon, 8 Jan 2007 23:09:58 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Tue, 28 Nov 2006 05:54:35 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Mon, 30 Oct 2006 13:07:07 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Thu, 5 Oct 2006 21:23:17 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Tue, 19 Sep 2006 15:47:01 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Tue, 19 Sep 2006 11:36:00 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Mon, 18 Sep 2006 22:30:48 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Mon, 18 Sep 2006 13:10:33 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Mon, 18 Sep 2006 13:04:59 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Fri, 15 Sep 2006 21:42:03 +0000] 
*** empty log message ***

5 years ago*** empty log message ***
chimrod [Fri, 8 Sep 2006 13:29:32 +0000] 
*** empty log message ***

6 years agoreadme update
keltus [Fri, 10 Mar 2006 00:15:24 +0000] 
readme update

6 years ago* Released version 0.4.6.
keltus [Sat, 24 Dec 2005 22:12:40 +0000] 
* Released version 0.4.6.

* irclib.py (VERSION):
* python-irclib.spec.in:
Preparations for version 0.4.6.

6 years ago* dccsend:
keltus [Fri, 23 Dec 2005 18:44:43 +0000] 
* dccsend:
* dccreceive:
* irclib.py:
* ircbot.py:
* irccat:
* irccat2:
* servermap:
* testbot.py:
Code modernization - String methods used instead of deprecated string functions, keyword 'in' used for membership testing instead of 'has_key' method, etc.

6 years agoReversed quit message fix. See Changelog for details.
keltus [Tue, 6 Dec 2005 18:14:05 +0000] 
Reversed quit message fix. See Changelog for details.

6 years ago* irclib.py (numeric_events): Renamed numeric code 332 from topic to currenttopic...
keltus [Fri, 4 Nov 2005 01:22:26 +0000] 
* irclib.py (numeric_events): Renamed numeric code 332 from topic to currenttopic (the message when "/topic <chan>" is sent), so it doesn't collide with TOPIC (the message when the topic is set).

6 years agoremoved old comment
keltus [Fri, 4 Nov 2005 00:38:14 +0000] 
removed old comment

6 years agoFixed infinitely recursive calls when disconnecting with a failed connection. Bug...
keltus [Sat, 27 Aug 2005 21:03:58 +0000] 
Fixed infinitely recursive calls when disconnecting with a failed connection. Bug reported by Erik Max Francis.

6 years agooops, forgot the changelog
keltus [Thu, 18 Aug 2005 20:11:55 +0000] 
oops, forgot the changelog

6 years agoMade ServerConnection.disconnect more consistant and changed some functions to use...
keltus [Thu, 18 Aug 2005 20:11:22 +0000] 
Made ServerConnection.disconnect more consistant and changed some functions to use it instead of quit.

6 years agoquit arguments is now a list instead of a list of a list
keltus [Sat, 28 May 2005 20:55:15 +0000] 
quit arguments is now a list instead of a list of a list

7 years agopreparations for 0.4.5 release
keltus [Wed, 18 May 2005 19:40:41 +0000] 
preparations for 0.4.5 release

7 years agogrammar fix (nothing really)
keltus [Wed, 18 May 2005 19:33:15 +0000] 
grammar fix (nothing really)

7 years ago* irclib.py (ServerConnection.__init__): Added self.socket = None to be able to proce...
keltus [Wed, 18 May 2005 05:38:47 +0000] 
* irclib.py (ServerConnection.__init__): Added self.socket = None to be able to process events when ServerConnection is not connected to a socket. Patch from alst.

7 years agoCorrected server.process_forever() as irc.process_forever(). Suggestion by olecom.
keltus [Tue, 26 Apr 2005 17:11:29 +0000] 
Corrected server.process_forever() as irc.process_forever(). Suggestion by olecom.

7 years ago* irclib.py (ServerConnection.process_data): Moved event translation code.
keltus [Sun, 17 Apr 2005 19:03:07 +0000] 
* irclib.py (ServerConnection.process_data): Moved event translation code.
* irclib.py (ServerConnection): Reverted the 2005-01-28 change because it breaks jump_server().
* irclib.py: minor cmment changes

7 years agoupdated README to include contact info for keltus
keltus [Sun, 17 Apr 2005 18:39:47 +0000] 
updated README to include contact info for keltus

7 years agoPatches from Adam Mikuta.
keltus [Sun, 3 Apr 2005 07:02:08 +0000] 
Patches from Adam Mikuta.

7 years agoadded pong and invite events
keltus [Sun, 3 Apr 2005 06:56:29 +0000] 
added pong and invite events
added part message

7 years agotypoed version #
keltus [Thu, 24 Feb 2005 01:42:16 +0000] 
typoed version #

7 years agopreperations for 0.4.4 update
keltus [Thu, 24 Feb 2005 01:25:50 +0000] 
preperations for 0.4.4 update

7 years agomoved self.irclibobj._remove_connection call from close() to disconnect()
keltus [Sat, 29 Jan 2005 02:16:27 +0000] 
moved self.irclibobj._remove_connection call from close() to disconnect()

7 years agoupdated changelog
keltus [Wed, 26 Jan 2005 06:52:16 +0000] 
updated changelog

7 years agocloses socket if a connection does not occur
keltus [Wed, 26 Jan 2005 04:57:58 +0000] 
closes socket if a connection does not occur

"Changing server" -> "Changing servers" (more ubiquitous quit phrase)

7 years agoremoved redundant extra start() call
keltus [Mon, 24 Jan 2005 02:28:09 +0000] 
removed redundant extra start() call

7 years agoremoved depreciated apply function
keltus [Mon, 24 Jan 2005 02:15:49 +0000] 
removed depreciated apply function

7 years agoRemoved more GNU make specific constructs.
jrosdahl [Thu, 20 Jan 2005 07:33:14 +0000] 
Removed more GNU make specific constructs.

7 years agoDon't require GNU make.
jrosdahl [Wed, 19 Jan 2005 21:58:02 +0000] 
Don't require GNU make.

7 years agoupdate 0.4.3 date
keltus [Wed, 19 Jan 2005 09:41:52 +0000] 
update 0.4.3 date

7 years agoadded __iter__ method to IRCDict in ircbot.py
keltus [Wed, 19 Jan 2005 08:57:22 +0000] 
added __iter__ method to IRCDict in ircbot.py

7 years ago Corrected default decoding of CTCP messages. Patch from Jeff Huang.
jrosdahl [Mon, 17 Jan 2005 22:09:04 +0000] 
 Corrected default decoding of CTCP messages. Patch from Jeff Huang.

7 years agoAdded __contains__method for IRCDict. Patch from Jeff Huang.
jrosdahl [Mon, 17 Jan 2005 22:03:26 +0000] 
Added __contains__method for IRCDict. Patch from Jeff Huang.

7 years agoPreparations for version 0.4.3.
jrosdahl [Mon, 17 Jan 2005 21:56:05 +0000] 
Preparations for version 0.4.3.

7 years agoRemoved Debian package directory since python-irclib is in
jrosdahl [Mon, 17 Jan 2005 21:46:30 +0000] 
Removed Debian package directory since python-irclib is in
Debian now.

7 years agoImproved comment about arguments to
jrosdahl [Mon, 17 Jan 2005 21:43:12 +0000] 
Improved comment about arguments to
ircbot.SingleServerIRCBot._on_namreply. Patch from Jeff Huang.

Renamed has_message_from_outside_protection to
has_allow_external_messages. Patch from Jeff Huang.

7 years agoAdded comment about how some IRC servers' treat QUIT messages.
jrosdahl [Mon, 17 Jan 2005 21:38:49 +0000] 
Added comment about how some IRC servers' treat QUIT messages.
Patch from Jeff Huang.

7 years agoAdded "bonus" action event that is triggered on CTCP ACTION messages.
jrosdahl [Mon, 17 Jan 2005 21:36:51 +0000] 
Added "bonus" action event that is triggered on CTCP ACTION messages.

7 years agoImproved jump_server behaviour. Patch from Jeff Huang.
jrosdahl [Mon, 17 Jan 2005 21:29:57 +0000] 
Improved jump_server behaviour. Patch from Jeff Huang.

7 years agoReleased version 0.4.2.
jrosdahl [Fri, 9 Jul 2004 09:02:47 +0000] 
Released version 0.4.2.

7 years agoRemove built *.pyc files before making package.
jrosdahl [Fri, 9 Jul 2004 09:01:41 +0000] 
Remove built *.pyc files before making package.

7 years agoChanged email address in Debian changelog.
jrosdahl [Fri, 9 Jul 2004 08:59:58 +0000] 
Changed email address in Debian changelog.

7 years agoPreparations for version 0.4.2.
jrosdahl [Fri, 9 Jul 2004 08:54:40 +0000] 
Preparations for version 0.4.2.

7 years agoFix bug #922446.
jrosdahl [Fri, 9 Jul 2004 08:33:54 +0000] 
Fix bug #922446.

7 years agoWhitespace fixes.
jrosdahl [Fri, 9 Jul 2004 08:27:09 +0000] 
Whitespace fixes.

8 years agoVersion 0.4.1.
jrosdahl [Thu, 30 Oct 2003 06:27:42 +0000] 
Version 0.4.1.

8 years agoAdded dccreceive and dccsend as example files in Debian and RPM packages.
jrosdahl [Thu, 30 Oct 2003 06:15:50 +0000] 
Added dccreceive and dccsend as example files in Debian and RPM packages.

8 years agoAdded Debian packaging files.
jrosdahl [Wed, 29 Oct 2003 22:06:14 +0000] 
Added Debian packaging files.

8 years agoCreate setup.py from setup.py.in.
jrosdahl [Wed, 29 Oct 2003 21:50:50 +0000] 
Create setup.py from setup.py.in.

8 years agoAlso clean python-irclib.spec.
jrosdahl [Wed, 29 Oct 2003 21:20:15 +0000] 
Also clean python-irclib.spec.